home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 June
/
What PC June 1996.iso
/
data
/
showcase
/
users.dir
/
00012_OFRED.BMP.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-04
|
267 b
|
15 lines
on mouseDown
puppetSprite(3, 1)
set the castNum of sprite 3 to 4
updateStage()
repeat while the stillDown
nothing()
end repeat
set the castNum of sprite 3 to 12
updateStage()
puppetSprite(3, 0)
if the mouseCast = 12 then
go(55)
end if
end